/* MEDIA QUERIES */

@media(min-width:600px){
.quarter-container{
  min-width:50%;
}
.contact-container{
  width:80%;
}
}

@media(min-width:983px){

    .grid{
      display:grid;
      grid-template-columns: 1fr repeat(2, minmax(auto, 30em)) 1fr;
    }
    
    
    .grid-2{
      grid-column: 2/4;
    }
  
    .content-wrap {
      grid-column: 2/4;
    }
  
    #section-b ul{
      grid-column: 1/5
    }
  
    .box{
      grid-column: span 2;
    }
    
  
    
    
    .footer-section{
      width:33%;
      height:100%;
    }
    
    .ft-bottom .fab{
      font-size:1.5em;
      padding:0.5em;
    }
    
  }
  
  @media(min-width:870px){
    .quarter-container{
      min-width:25%;
    }
  }
  
  @media(min-width:1080px){
    #section-b li{
      width:33%;
    }
    #section-b ul{
      display:flex;
      justify-content:space-between;
    }
    #burger{
      display:none;
    }

    .mobile-hide{
      display:inherit;
    }

    #section-b.grid-2{

   }

  }


  